home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows5 / wbar18.zip / WBAR.DOC next >
Text File  |  1991-06-04  |  10KB  |  336 lines

  1.  
  2.  
  3.  
  4.  
  5.                                                 
  6.                 Windows BarCode Generator
  7.                    Version 1.8
  8.                   (C)opyright 1990-1991
  9.                 All Rights Reserved
  10.  
  11.  
  12.  
  13.                 Stellar Technologies
  14.                    2510 Metro Blvd
  15.                  St. Louis, MO 63043
  16.  
  17.  
  18.                                     
  19.             
  20.         Wbar is user-supported software provided to you at no 
  21.         charge on a trial basis. If you use this software and 
  22.         find it of value please send $15 for a registered copy 
  23.         and support the shareware concept. Registered users 
  24.         will be provided with information about program 
  25.         updates. Please make checks payable to Stu Gisburne at 
  26.         the above address. You are encouraged to share this 
  27.         software with others provided that it is distributed 
  28.         complete with documentation and in unmodified form and 
  29.         that no fee or other consideration is charged or 
  30.         accepted. All commercial, business and government users 
  31.         must register each copy in use. I hope you enjoy using 
  32.         Wbar. Your comments and suggestions to improve this 
  33.         product are always welcome.                                                                   
  34.                 
  35.   
  36.  
  37.  
  38.  
  39.      PROGRAM DESCRIPTION
  40.  
  41.      Wbar is a program which generates bar codes (ie: 3 of 9, UPC,
  42.      Postnet, etc) that can be copied to the Windows Clipboard. Once
  43.      in the Clipboard, you can then paste the barcode into other
  44.      programs such as Windows Write, MicroSoft Word for Windows,
  45.      Paintbrush, as well as other Windows programs that can accept
  46.      bitmaps or metafiles from the Windows Clipboard.
  47.  
  48.  
  49.      HARDWARE REQUIREMENTS
  50.  
  51.      IBM Personal Computer or Compatible
  52.      MicroSoft Windows 3.0
  53.      Mouse
  54.  
  55.  
  56.      PROGRAM FILES
  57.  
  58.      The Wbar system comes in two files:
  59.  
  60.      WBAR.EXE       executable program module
  61.      WBAR.DOC       document that you are reading now
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.      GENERAL PROGRAM OVERVIEW
  69.  
  70.         Upon execution, Wbar produces a typical Windows program 
  71.         window. The menu consists of File, Edit, Action, Type 
  72.         and Help. When first loaded, the About Wbar Dialog Box 
  73.         appears if you have an unregistered copy of Wbar, 
  74.         otherwise you are presented by blank window. The cursor 
  75.         takes on the shape of a barcode while in the workspace 
  76.         of the Wbar window. To make a barcode, you simply 
  77.         position the cursor in the window where you want to 
  78.         place the barcode and click the left button on your 
  79.         mouse. A dialog box will appear allowing you to toggle 
  80.         various options, select what type of barcode to produce 
  81.         and to input the barcode data. After all this is done, 
  82.         clicking on OK will produce the desired barcode on the 
  83.         display. If you have the AutoMeta mode ON then a 
  84.         metafile of the barcode is copied to the clipboard. If
  85.         wish to copy a bitmap representation of the barcode to
  86.         the clipboard, you then choose ACTION from the main menu.
  87.         Clicking on SELECT from the ACTION submenu will toggle
  88.         the cursor to become a cross. You then press the left
  89.         mouse button and drag a box around the barcode. After
  90.         releasing the left mouse button, clicking on COPY from
  91.         the EDIT menu copies the selected box area to be pasted
  92.         in Bitmap form to the Windows Clipboard.
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99. MENU FUNCTIONS
  100.  
  101.  
  102. FILE
  103.  
  104.     NEW     basically clears the Wbar window of any barcodes
  105.  
  106.     EXIT    exits the Wbar program and closes the window
  107.  
  108. EDIT
  109.  
  110.     COPY    copies a selected area to the Clipboard
  111.  
  112.     PASTE   pastes from the Clipboard to the upper left area
  113.         of the Wbar window
  114.  
  115.     CLEAR   another way to clear the Wbar window
  116.  
  117. ACTION
  118.  
  119.     BARCODE toggles the cursor to barcode mode
  120.  
  121.     SELECT  toggles the cursor to the area select mode
  122.  
  123.  
  124. TYPE
  125.  
  126.     COLOR   when checked, any copies to the clipboard will
  127.         a color bitmap
  128.  
  129.     MONOCHROME  when checked, any copies to the clipboard will
  130.         be a monochrome bitmap
  131.  
  132.     AUTOMETA        when checked, any barcodes produced on the display
  133.         will be automatically copied to the clipboard in the Windows
  134.         MetaFile format. Very useful to produce barcodes
  135.         of exact size. Also the best way to paste barcodes
  136.         into Corel Draw 2.0 and procduce POSTNET barcodes suitable
  137.         for printing on envelopes. 
  138.             
  139.         Note: Metafiles pasted into other applications may not look
  140.         correct on the display, but should print correctly.
  141.  
  142. Special
  143.  
  144.     Default Barcodes
  145.  
  146.         When producing a barcode with this option checked, the default
  147.         barcode dialog box will be used to input various options. With
  148.         this dialog box you can choose amoung the following barcodes.
  149.  
  150.         UPC-A
  151.         UPC-E   // currently not supported
  152.         3 of 9
  153.         Interleaved 2 of 5
  154.         PostNet
  155.         EAN 13
  156.         EAN 8
  157.         Codabar
  158.         Code 128    // currently not supported
  159.  
  160.  
  161.     Bookland
  162.  
  163.         When producing a barcode with this option checked, the Bookland
  164.         EAN barcode dialog box will be used to input various options such
  165.         as ISBN number and book price. Bookland EAN barcodes are typically
  166.         found on or in most books sold today.
  167.  
  168.  
  169.     HELP    currently not used at this time
  170.  
  171.     ABOUT   displays a dialog box containing information about
  172.             the Wbar Program
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181. Barcode Types currently supported in Wbar:
  182.  
  183. UPC-A
  184.  
  185.     Universal Product Code. Commonly used in the supermarket industry 
  186. since 1973. UPC is a coding system as well as a symbology, used to identify 
  187. a product and its manufacturer. UPC-A is a fixed length numeric barcode 
  188. which encodes 12 digits. 
  189.  
  190.  
  191.                   0 04560 17100 8
  192.  
  193.     The first digit is the industry code. For example 0 is grocery and 3 
  194. is pharmaceutical. Digits 2 thru 6 specify the manufacturers product 
  195. number. Digits 7 thru 11 contain the manufacturer ID number. The remaining 
  196. 12th digit is a check digit calculated from the preceding digits.
  197.  
  198.  
  199.  
  200. Interleaved 2 of 5
  201.  
  202.     A variable length, high density code containing the digits 0 thru 9. 
  203.     Because of the nature of coding Interleaved 2 of 5, data contained
  204.     in the barcode must be an even amount of digits.
  205.  
  206.  
  207. 3 of 9
  208.  
  209.     An alphanumeric code consisting of the upper case letters "A" thru 
  210. "Z", the digits "0" thru "9", and the characters "-", "+", ".", "$", "/", 
  211. "%" and the space character. It is of a variable length and can contain up 
  212. to 100 charcters in this version of Wbar. 
  213.  
  214.  
  215. POSTNET
  216.  
  217.     The POSTNET bar code was developed by the Postal Service to provide a 
  218. system of encoding Zip Code information on letter mail, which can be read 
  219. reliably by relatively inexpensive bar code sorters. The code is made up of 
  220. binary elements printed in the lower right corner of the mail peice as tall 
  221. and short bars representing the Zip Code or Zip+4 code. 
  222.  
  223.     The location of the complete Zip+4 is very presice. The baseline of 
  224. the code should be 1/4" (+/- 1/16") from the bottom edge of the mail piece. 
  225. The start (left-most) bar should lie between 3 1/4" and 4" from the right 
  226. edge of the mail piece. 
  227.     
  228.  
  229. CODABAR
  230.  
  231.     Codabar is commonly used in libraries, blood banks and air parcel express
  232. applications. It comprises 16 characters, the numbers "0" through "9" and
  233. the characters "$", ":", "/", ".", "+", and "-". There are four different
  234. start/stop codes "A", "B", "C", "D". In this version of Wbar only the 
  235. start/stop sequence "AsomedataB" will be recognised and displayed 
  236. correctly. 
  237.  
  238.     Example:
  239.                     "A$12345B"      
  240.  
  241.  
  242.  
  243.  
  244. EAN 13
  245.  
  246.     European Article Numbering barcode 13 digit. Simular to the UPC-A
  247.     barcode in height, width and number of bars. It does however allow
  248.     a 13th digit to be encoded into the barcode. The entire code comprises
  249.     12 user digits plus an EAN checkdigit. Keep in mind that EAN
  250.     scanners can read EAN and UPC barcodes, but a UPC scanner might
  251.     not be able to read an EAN barcode. 
  252.  
  253. EAN 8
  254.     
  255.     European Article Numbering barcode 8 digit.     Same characteristics as
  256.     the UPC-A barcode, but is smaller and allows only 7 user digits and
  257.     an EAN check digit.
  258.  
  259.  
  260.  
  261.     STELLAR TECHNOLOGIES MAKES NO WARRANTIES, EXPRESS OR
  262.     IMPLIED, AND SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES
  263.     OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE.
  264.     STELLAR TECHNOLOGIES FURTHER RESERVES THE RIGHT TO MAKE
  265.     CHANGES TO THE SPECIFICATIONS OF THE PRODUCT WITHOUT OBLIGATION
  266.     TO NOTIFY ANY PERSON OR ORGANIZATION OF SUCH CHANGES.
  267.     LIMITATION OF LIABILITY:  The Customer's sole remedies are
  268.     set forth in the warranty clause above.  Stellar Technologies
  269.     liability for damages shall not exceed the current registration
  270.     fee for the Product. In no event will Stellar Technologies be
  271.     liable for any special, incidental or consequential damages even
  272.     if Stellar Technologies has been advised of the possibility of
  273.     the same.
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.             Comments and inquiries may be
  282.            sent to me through Compuserve ID number
  283.                 74516,2776
  284.  
  285.                    or to:
  286.                                         
  287.                 Stellar Technologies
  288.                   c/o Stu Gisburne
  289.                    2510 Metro Blvd.
  290.                  St. Louis, MO 63043
  291.                                         
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.                                         
  302.  
  303.  
  304.  
  305.  
  306.                    Revision History
  307.                    ================
  308.  
  309. Version 1.0  -  07-14-90        - Pastes UPC-A bar code to the clipboard
  310.  
  311. Version 1.1  -  08-05-90        - Added 3 of 9 barcode
  312.  
  313. Version 1.2  -  08-22-90        - Added Postnet barcode
  314.  
  315. Version 1.3  -  09-13-90        - Added monochrome bitmap capabilites to allow
  316.                 pastes into Corel Draw 1.21
  317.  
  318. Version 1.4  -  11-30-90        - Added Interleaved 2 of 5 barcode
  319.  
  320. Version 1.5  -  01-21-91        - Included documentation with file
  321.  
  322. Version 1.6  -  02-17-91        - Fixed Postnet, incorrectly calculated check 
  323.                 digit when the sum of digits in the zipcode was
  324.                 zero.
  325.                 - Added Windows Metafile capabilites. This enables
  326.                 Wbar to produce exact size barcodes and sets up
  327.                         Wbar for future Dynamic Data Exchange with other
  328.                 programs.
  329.  
  330. Version 1.7  -  02-24-91        - Added Codabar, EAN13, EAN8, Codabar
  331.  
  332. Version 1.8  -  03-15-91        - Added Bookland EAN which is a variation of
  333.                         EAN13. Also better positioning of readable data
  334.                         in barcode.
  335.  
  336.